projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35378a0
)
(comint-regexp-arg): No need to bind
author
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:32 +0000
(
03:03
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 2 Oct 1997 03:03:32 +0000
(
03:03
+0000)
minibuffer-history-sexp-flag any more.
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 381938b568c82c903588e342462170265803d7ac..39a084f9cf370e059097ba18c882c6f6e05eda7e 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-796,8
+796,7
@@
See also `comint-read-input-ring'."
(defun comint-regexp-arg (prompt)
;; Return list of regexp and prefix arg using PROMPT.
- (let* ((minibuffer-history-sexp-flag nil)
- ;; Don't clobber this.
+ (let* (;; Don't clobber this.
(last-command last-command)
(regexp (read-from-minibuffer prompt nil nil nil
'minibuffer-history-search-history)))